public PDFPageContent extractPageContent( int pageNumber, PDFDisplayRectangle clipRectangle, boolean includeAnnotations, boolean includeFormFields ) |
Parameters
- pageNumber
- The page to extract the content from.
- clipRectangle
- A rectangle to clip the page content to specified area.
- includeAnnotations
- True if annotations should be flattened and included in page content
- includeFormFields
- True if form fields should be flattened and included in page content
Return Value
The page content in vector format.